www.gusucode.com > SmSoft单网页管理系统PHP版 v1.2PHP源码程序 > SmSoft单网页管理系统PHP版 v1.2/smsoft_v1.2/smsoft_v1.2/SmSoft/config.php

    <?php
								$dbhost = "127.0.0.1";	// 服务器地址
								$dbuser = "root";	// 数据库账号
								$dbpass = "root";	// 数据库密码
								$dbname = "test2";	// 数据库名
								$qz = "sf_";	//表前缀
								?>